home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP NET Rehberi Eylül 1998.iso
/
ftp
/
iftp21
/
EXAMPLES.ZIP
/
EXAM12.FTP
< prev
next >
Wrap
Text File
|
1997-12-16
|
333b
|
17 lines
//
// Script example using the UPDATE command for copying files which
// do not exist or are newer.
//
open website
if not success then abort "Failed to connect to Website"
Update /sxlist.zip
if not success then begin
WriteError "Update"
exit
endif
Log "Successful update"